home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 May / Macworld CD-ROM (May 1995).cdr / Demos / Graphics / MiniCad 5.0 / MiniCad Demo / MiniCad Demo.rsrc / STR#_7009.txt < prev    next >
Encoding:
Text File  |  1994-09-21  |  306 b   |  13 lines

  1. Run(SubProgramName);
  2.  
  3. Receives a name to a existing subprogram and executes it.
  4.  
  5. DoMenu(MenuItem, ModifierKey);
  6.  
  7. Executes a menu item available in MiniCad+.
  8.  
  9. ForEachObject(ProcedureHandle : HANDLE; SearchCriteria : STRING);
  10.  
  11. Repeatedly calls the passed procedure for each object fits the search criteria.
  12.  
  13.